home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / DBISAM Database System / _SETUP.1 / readme.txt < prev   
Encoding:
Text File  |  1998-09-25  |  9.9 KB  |  262 lines

  1. ----------------------------------
  2. Installation Instructions
  3. DBISAM Database System
  4. Delphi 1.02, 2.01, 3, and 4
  5.  
  6. History:
  7.  
  8. Test Kit Release 1
  9. Released February 15, 1998
  10.  
  11. Test Kit Release 2
  12. Released February 18, 1998
  13.  
  14. Test Kit Release 3
  15. Released March 16, 1998
  16.  
  17. Test Kit Release 4
  18. Released March 26, 1998
  19.  
  20. Test Kit Release 5
  21. Released March 27, 1998
  22.  
  23. Test Kit Release 6
  24. Released April 8, 1998
  25.  
  26. Test Kit Release 7
  27. Released April 21, 1998
  28.  
  29. Test Kit Release 8
  30. Released May 5, 1998
  31.  
  32. Test Kit Release 9
  33. Released June 14, 1998
  34.  
  35. Test Kit Release 10
  36. Released June 23, 1998
  37.  
  38. Test Kit Release 11
  39. Released July 3, 1998
  40.  
  41. Test Kit Release 12
  42. Released July 6, 1998
  43.  
  44. Test Kit Release 13
  45. Released July 10, 1998
  46.  
  47. Test Kit Release 14
  48. Released July 19, 1998
  49.  
  50. Shipping Release 1.00
  51. Released July 31, 1998
  52.  
  53. Shipping Release 1.01
  54. Released August 1, 1998
  55.  
  56. Shipping Release 1.02
  57. Released August 9, 1998
  58.  
  59. Shipping Release 1.03
  60. Released August 24, 1998
  61.  
  62. Shipping Release 1.04
  63. Released September 19, 1998
  64.  
  65. Shipping Release 1.05 (Current)
  66. Released September 25, 1998
  67.  
  68.  
  69. ************************** WARNING ************************************
  70.  
  71. This release contains an update (from the 1.03 release) to the locking protocols used within DBISAM and internal changes to the index format to fix a problem with deleted records showing up in filtered record counts.  These locking changes require that the internal version number of the database system be incremented so that two different versions of DBISAM (with incompatible locking protocols) are not used in a multi-user application at the same time.
  72.  
  73. You may download the CNVT103.ZIP file from our web site at www.elevatesoft.com in order to convert any 1.03 data files to the new 1.04 or 1.05 format.  Please note that this conversion only works with release 1.02 or 1.03 data files.
  74.  
  75. As always, if you have any questions or problems with the
  76. conversion process, please let us know via:
  77.  
  78. support@elevatesoft.com
  79.  
  80. *******************************************************
  81.  
  82.  
  83. Introduction
  84. ------------
  85.  
  86. Please take some time to review the bugs and enhancement requests in the Customer Support System (DBCUST.EXE).  This will keep you up-to-date on where the product is in terms of fixing outstanding bugs and providing enhancement requests.
  87.  
  88. Also take some time to review the LICENSE.TXT file (license agreement) installed in the main installation directory.  It indicates that you accept the agreement upon installing the software, so please make sure that you agree with the terms.
  89.  
  90. The following are new features or fixes in this release of the product:
  91.  
  92. - Changed the Rollback function to cause the data sets participating in the current transaction to Cancel any Edits or Inserts before rolling back any changes.  Previously the Rollback function would attempt a Post instead.
  93.  
  94. - Added the ability to copy an incident report to a text file to the Customer Support System.
  95.  
  96. - Documented the fact that with Delphi 3 and 4 the TBlobStream object has been changed to the TDBISAMBlobStream object.
  97.  
  98. - More bug fixes, please review the Customer Support System database for more information on these fixes. 
  99.  
  100. The following are the outstanding issues with the product:
  101.  
  102. We are not aware of any outstanding bugs or missing features currently in the product besides the above mentioned points.
  103.  
  104.  
  105. Installation
  106. ------------
  107.  
  108. PLEASE MAKE SURE TO UNINSTALL ALL PRIOR VERSIONS OF DBISAM BEFORE INSTALLING THIS CURRENT RELEASE TO AVOID ANY VERSION CONFLICTS FOR THE .DCU AND .DPL FILES AS WELL AS THE SYSTEM UTILITIES.
  109.  
  110. Delphi 1.02
  111.  
  112. To install the interface support for Delphi 1.02 simply start up Delphi and complete the following steps:
  113.  
  114. 1) Select the Options option from the main menu
  115.  
  116. 2) Select the Install Components option from the Options menu
  117.  
  118. 3) At the BEGINNING of the Search Path edit control, type the following:
  119.  
  120.     <Install Directory>\DELPHI1;
  121.  
  122. This will place the path where you installed the Delphi 1 components before the normal BDE-based Delphi data access components and will enable the DBISAM Database System for use under Delphi 1.02.
  123.  
  124. To install the TDBISAMTable descendant component DCU for DBISAM into the component library in Delphi 1.02, please perform the following steps in Delphi:
  125.  
  126. 1) Select the Options option from the main menu
  127.  
  128. 2) Select the Install Components option from the Options menu
  129.  
  130. 3) Select the Add button, which will bring forward the Add Module dialog
  131.  
  132. 4) Select the Browse button on the Add Module dialog, and change directories to the Delphi1 subdirectory under the main directory where DBISAM was installed
  133.  
  134. 5) Double-click on the DBISAMTB.DCU file 
  135.  
  136. 6) Select the OK button to proceed with rebuilding the component library with the newly added TDBISAMTable component
  137.  
  138.  
  139. Delphi 2.01
  140.  
  141. To install the interface support for Delphi 2.01 simply start up Delphi and complete the following steps:
  142.  
  143. 1) Select the Component option from the main menu
  144.  
  145. 2) Select the Install option from the Component menu
  146.  
  147. 3) At the BEGINNING of the Search Path edit control, type the following:
  148.  
  149.     <Install Directory>\DELPHI2;
  150.  
  151. This will place the path where you installed the Delphi 2 components before the normal BDE-based Delphi data access components and will enable the DBISAM Database System for use under Delphi 2.01.
  152.  
  153. To install the TDBISAMTable descendant component DCU for DBISAM into the component library in Delphi 2.01, please perform the following steps in Delphi:
  154.  
  155. 1) Select the Component option from the main menu
  156.  
  157. 2) Select the Install option from the Component menu
  158.  
  159. 3) Select the Add button, which will bring forward the Add Module dialog
  160.  
  161. 4) Select the Browse button on the Add Module dialog, and change directories to the Delphi2 subdirectory under the main directory where DBISAM was installed
  162.  
  163. 5) Double-click on the DBISAMTB.DCU file 
  164.  
  165. 6) Select the OK button to proceed with rebuilding the component library with the newly added TDBISAMTable component
  166.  
  167.  
  168. Delphi 3
  169.  
  170. To install the interface support for Delphi 3 simply start up Delphi and complete the following steps:
  171.  
  172. 1) Select the Component option from the main menu
  173.  
  174. 2) Select the Install Packages option from the Component menu
  175.  
  176. 3) Select the Add button in the Project Options dialog that appears
  177.  
  178. 4) Select the DBISAMDB.DPL package using the File Open dialog
  179.  
  180. 5) Select the OK button to complete the installation
  181.  
  182. 6) At this point the Data Access tab for Delphi will contain the DBISAM data access components
  183.  
  184. Delphi 4
  185.  
  186. To install the interface support for Delphi 4 simply start up Delphi and complete the following steps:
  187.  
  188. 1) Select the Component option from the main menu
  189.  
  190. 2) Select the Install Packages option from the Component menu
  191.  
  192. 3) Select the Add button in the Project Options dialog that appears
  193.  
  194. 4) Select the DBISAMDB.BPL package using the File Open dialog
  195.  
  196. 5) Select the OK button to complete the installation
  197.  
  198. 6) At this point the Data Access tab for Delphi will contain the DBISAM data access components
  199.  
  200.  
  201. What's Included in this Release
  202. -------------------------------
  203.  
  204. <Install Directory>
  205.  
  206. This file and the non-disclosure agreement, both in text format.
  207.  
  208. <Install Directory>\SAMPLES
  209.  
  210. This directory currently contains two subdirectories:
  211.  
  212. \BLOBS    - Contains a sample Delphi 3 project demonstrating the powerful BLOB support in DBISAM
  213.  
  214. \MEMBLOB - Contains a sample Delphi 3 project demonstrating using the LoadFromStream and SaveToStream methods of the TDBISAMTable component to embed and in-memory table in a BLOB field of another record
  215.  
  216. <Install Directory>\UTILS
  217.  
  218. This directory contains three utilities, the DBSYS.EXE application, the DBCUST.EXE application, and the BDETRAN.EXE application.  The DBSYS.EXE application is a "database desktop" look-alike that allows for browsing and updating data files in an interactive manner.  The DBCUST.EXE application is the customer support system used for reporting bugs and enhancment requests. The BDETRAN.EXE application is a BDE database transfer utility for transferring all of your Paradox, dBase, or Foxpro data in one shot over to DBISAM Database System format.
  219.  
  220. <Install Directory>\UTILS\DATA
  221.  
  222. This directory contains the data files for the Customer Support System (DBCUST.EXE).  The data files are INCIDENT.DAT, INCIDENT.IDX, and INCIDENT.BLB.
  223.  
  224. <Install Directory>\HELP
  225.  
  226. This directory contains the help files for DBISAM and it's associated utilities.
  227.  
  228. <Install Directory>\DELPHI1
  229.  
  230. This directory contains the Delphi 1.02 interface support .DCUs and database engine .DCUs. It also contains the DBISAMTB.DCU TTable descendant unit for Delphi 1.02.
  231.  
  232. <Install Directory>\DELPHI2
  233.  
  234. This directory contains the Delphi 2.01 interface support .DCUs and database engine .DCUs. It also contains the DBISAMTB.DCU TTable descendant unit for Delphi 2.01.
  235.  
  236. <Install Directory>\DELPHI3
  237.  
  238. This directory contains the Delphi 3 interface support and database engine all wrapped up into one design-time and run-time package (.DPL).
  239.  
  240. <Install Directory>\DELPHI4
  241.  
  242. This directory contains the Delphi 4 interface support and database engine all wrapped up into one design-time and run-time package (.BPL).
  243.  
  244. <Install Directory>\INFOPOWR
  245.  
  246. This directory contains the Delphi 3 Infopower-compatible TDataSet
  247. descedant component (with source).
  248.  
  249.  
  250. How to Submit Bug Reports and Enhancement Requests
  251. --------------------------------------------------
  252.  
  253. We are distributing the Customer Support System (DBCUST.EXE) with this release that automatically generates the e-mail for you and keeps any incident reports in a common format that we can read via software here. The Customer Support System comes with complete online help that should answer any questions regarding it's usage.
  254.  
  255. All bug reports and enhancement requests will be directed to the following e-mail address:
  256.  
  257. support@elevatesoft.com
  258.  
  259. If you have any questions at all, please let us know.
  260.  
  261. (C) Copyright 1997-98 Elevate Software
  262. All rights reserved.